C++ classes use of double colon [duplicate]

Posted by user2444217 on Stack Overflow See other posts from Stack Overflow or by user2444217
Published on 2013-06-28T20:33:35Z Indexed on 2013/06/28 22:21 UTC
Read the original article Hit count: 74

Filed under:

This question already has an answer here:

I am learning C++. Now I don't fully understand what this does

Some_Class::SomeClass {
    etc...
}

I would do some research for myself, but I'm not sure where to begin or what's it called. Help would be appreciated.

© Stack Overflow or respective owner

Related posts about c++